home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Monster8.dfm
/
Monster8.txt
Wrap
Text File
|
1999-01-21
|
1KB
|
57 lines
object Form1: TForm1
Left = 239
Top = 115
Width = 460
Height = 300
Caption = 'MonsterShow'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Image1: TImage
Left = 32
Top = 32
Width = 200
Height = 200
Stretch = True
end
object Button1: TButton
Left = 272
Top = 182
Width = 140
Height = 50
Caption = 'Start'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Panel1: TPanel
Left = 272
Top = 32
Width = 140
Height = 70
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 336
Top = 128
end
end